//0x4 bytes (sizeof)
struct _MMWSLENTRY
{
ULONG Valid:1; //0x0
ULONG Spare:1; //0x0
ULONG Hashed:1; //0x0
ULONG Direct:1; //0x0
ULONG Protection:5; //0x0
ULONG Age:3; //0x0
ULONG VirtualPageNumber:20; //0x0
};